home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_24175.txt < prev    next >
Text File  |  1990-08-24  |  12KB  |  532 lines

  1. -- card: 24175 from stack: in.0
  2. -- bmap block id: 34842
  3. -- flags: 0000
  4. -- background id: 7610
  5. -- name: section 2:2
  6. ----- HyperTalk script -----
  7. -- "originCdName" is used by the bg script to determine
  8. -- where to go, as well as in the flying btn animation
  9. on openCard
  10.   global OriginCdName
  11.   put the short name of this cd into OriginCdName
  12. end openCard
  13.  
  14.  
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 01
  19. -- high flags: 0000
  20. -- rect: left=93 top=245 right=290 bottom=252
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 65535
  24. -- font id: 174
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 14
  28. -- part name: instruct
  29.  
  30.  
  31. -- part 2 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=36 top=79 right=111 bottom=69
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 23429 / 23429
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: checkboxA
  43. ----- HyperTalk script -----
  44. -- "checkA" is in the bg script
  45. on mouseUp
  46.   checkA
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 3 (button)
  52. -- low flags: 00
  53. -- high flags: 0000
  54. -- rect: left=36 top=197 right=229 bottom=69
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 23429 / 23429
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: checkboxB
  63. ----- HyperTalk script -----
  64. -- "checkA" is in the bg script
  65. on mouseUp
  66.   checkB
  67. end mouseUp
  68.  
  69. on mouseUp
  70.   visual wipe right
  71.   go card "menu2.1.2"
  72.   -- ** check if the subcats have been uncover
  73.   --if the icon of me is not 15007 then
  74.   --send mouseUp to btn id 50
  75.   --end if
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=267 top=79 right=111 bottom=300
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 5567 / 5567
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: chkbxa1
  92. ----- HyperTalk script -----
  93. -- the text button will take care of the action
  94. on mouseUp
  95.   send mouseUp to btn "Read Me First"
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 6 (button)
  101. -- low flags: 00
  102. -- high flags: 0000
  103. -- rect: left=267 top=104 right=136 bottom=300
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 6427 / 6427
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: chkbxa2
  112. ----- HyperTalk script -----
  113. -- the text button will take care of the action
  114. on mouseUp
  115.   send mouseUp to btn "Card Sizes"
  116. end mouseUp
  117.  
  118.  
  119.  
  120. -- part 7 (button)
  121. -- low flags: 00
  122. -- high flags: 0000
  123. -- rect: left=267 top=129 right=161 bottom=300
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 7395 / 7395
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: chkbxa3
  132. ----- HyperTalk script -----
  133. -- the text button will take care of the action
  134. on mouseUp
  135.   send mouseUp to btn "Multiple Windows"
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part 8 (button)
  141. -- low flags: 00
  142. -- high flags: 0000
  143. -- rect: left=267 top=154 right=186 bottom=300
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 8314 / 8314
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: chkbxa4
  152. ----- HyperTalk script -----
  153. -- the text button will take care of the action
  154. on mouseUp
  155.   send mouseUp to btn "Styled Text & Hot Text"
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 9 (button)
  161. -- low flags: 00
  162. -- high flags: 0000
  163. -- rect: left=267 top=179 right=211 bottom=300
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 9111 / 9111
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: chkbxa5
  172. ----- HyperTalk script -----
  173. -- the text button will take care of the action
  174. on mouseUp
  175.   send mouseUp to btn "Improved Printing"
  176. end mouseUp
  177.  
  178.  
  179.  
  180. -- part 10 (button)
  181. -- low flags: 00
  182. -- high flags: 0000
  183. -- rect: left=267 top=204 right=236 bottom=300
  184. -- title width / last selected line: 0
  185. -- icon id / first selected line: 8079 / 8079
  186. -- text alignment: 1
  187. -- font id: 0
  188. -- text size: 12
  189. -- style flags: 0
  190. -- line height: 16
  191. -- part name: chkbxa6
  192. ----- HyperTalk script -----
  193. -- the text button will take care of the action
  194. on mouseUp
  195.   send mouseUp to btn "HyperTalk & XCMDs"
  196. end mouseUp
  197.  
  198.  
  199.  
  200. -- part 11 (button)
  201. -- low flags: 00
  202. -- high flags: 0000
  203. -- rect: left=267 top=229 right=261 bottom=300
  204. -- title width / last selected line: 0
  205. -- icon id / first selected line: 27114 / 27114
  206. -- text alignment: 1
  207. -- font id: 0
  208. -- text size: 12
  209. -- style flags: 0
  210. -- line height: 16
  211. -- part name: chkbxa7
  212. ----- HyperTalk script -----
  213. -- the text button will take care of the action
  214. on mouseUp
  215.   send mouseUp to btn "Custom Menus"
  216. end mouseUp
  217.  
  218.  
  219.  
  220. -- part 12 (button)
  221. -- low flags: 00
  222. -- high flags: 0000
  223. -- rect: left=267 top=254 right=286 bottom=300
  224. -- title width / last selected line: 0
  225. -- icon id / first selected line: 9440 / 9440
  226. -- text alignment: 1
  227. -- font id: 0
  228. -- text size: 12
  229. -- style flags: 0
  230. -- line height: 16
  231. -- part name: chkbxa8
  232. ----- HyperTalk script -----
  233. -- the text button will take care of the action
  234. on mouseUp
  235.   send mouseUp to btn "Other Goodies"
  236. end mouseUp
  237.  
  238.  
  239.  
  240. -- part 13 (button)
  241. -- low flags: 00
  242. -- high flags: 0000
  243. -- rect: left=267 top=279 right=311 bottom=300
  244. -- title width / last selected line: 0
  245. -- icon id / first selected line: 11286 / 11286
  246. -- text alignment: 1
  247. -- font id: 0
  248. -- text size: 12
  249. -- style flags: 0
  250. -- line height: 16
  251. -- part name: chkbxa9
  252. ----- HyperTalk script -----
  253. -- the text button will take care of the action
  254. on mouseUp
  255.   send mouseUp to btn "Self-Assessment"
  256. end mouseUp
  257.  
  258.  
  259.  
  260. -- part 14 (button)
  261. -- low flags: 00
  262. -- high flags: C001
  263. -- rect: left=290 top=88 right=111 bottom=450
  264. -- title width / last selected line: 0
  265. -- icon id / first selected line: 0 / 0
  266. -- text alignment: 1
  267. -- font id: 174
  268. -- text size: 14
  269. -- style flags: 256
  270. -- line height: 18
  271. -- part name: Read Me First
  272. ----- HyperTalk script -----
  273. -- theSource is the name of the corresponding checkbox; used by bg scr
  274. on mouseUp
  275.   global theSource
  276.   put "chkbxa1" into theSource
  277.   pass mouseUp
  278. end mouseUp
  279.  
  280.  
  281. -- part 15 (button)
  282. -- low flags: 00
  283. -- high flags: C001
  284. -- rect: left=290 top=113 right=136 bottom=450
  285. -- title width / last selected line: 0
  286. -- icon id / first selected line: 0 / 0
  287. -- text alignment: 1
  288. -- font id: 174
  289. -- text size: 14
  290. -- style flags: 256
  291. -- line height: 18
  292. -- part name: Card Sizes
  293. ----- HyperTalk script -----
  294. -- theSource is the name of the corresponding checkbox; used by bg scr
  295. on mouseUp
  296.   global theSource
  297.   put "chkbxa2" into theSource
  298.   pass mouseUp
  299. end mouseUp
  300.  
  301.  
  302. -- part 16 (button)
  303. -- low flags: 00
  304. -- high flags: C001
  305. -- rect: left=290 top=138 right=161 bottom=450
  306. -- title width / last selected line: 0
  307. -- icon id / first selected line: 0 / 0
  308. -- text alignment: 1
  309. -- font id: 174
  310. -- text size: 14
  311. -- style flags: 256
  312. -- line height: 18
  313. -- part name: Multiple Windows
  314. ----- HyperTalk script -----
  315. -- theSource is the name of the corresponding checkbox; used by bg scr
  316. on mouseUp
  317.   global theSource
  318.   put "chkbxa3" into theSource
  319.   pass mouseUp
  320. end mouseUp
  321.  
  322.  
  323. -- part 17 (button)
  324. -- low flags: 00
  325. -- high flags: C001
  326. -- rect: left=290 top=163 right=186 bottom=450
  327. -- title width / last selected line: 0
  328. -- icon id / first selected line: 0 / 0
  329. -- text alignment: 1
  330. -- font id: 174
  331. -- text size: 14
  332. -- style flags: 256
  333. -- line height: 18
  334. -- part name: Styled Text & Hot Text
  335. ----- HyperTalk script -----
  336. -- theSource is the name of the corresponding checkbox; used by bg scr
  337. on mouseUp
  338.   global theSource
  339.   put "chkbxa4" into theSource
  340.   pass mouseUp
  341. end mouseUp
  342.  
  343.  
  344. -- part 18 (button)
  345. -- low flags: 00
  346. -- high flags: C001
  347. -- rect: left=290 top=188 right=211 bottom=450
  348. -- title width / last selected line: 0
  349. -- icon id / first selected line: 0 / 0
  350. -- text alignment: 1
  351. -- font id: 174
  352. -- text size: 14
  353. -- style flags: 256
  354. -- line height: 18
  355. -- part name: Improved Printing
  356. ----- HyperTalk script -----
  357. -- theSource is the name of the corresponding checkbox; used by bg scr
  358. on mouseUp
  359.   global theSource
  360.   put "chkbxa5" into theSource
  361.   pass mouseUp
  362. end mouseUp
  363.  
  364.  
  365. -- part 19 (button)
  366. -- low flags: 00
  367. -- high flags: C001
  368. -- rect: left=290 top=213 right=236 bottom=450
  369. -- title width / last selected line: 0
  370. -- icon id / first selected line: 0 / 0
  371. -- text alignment: 1
  372. -- font id: 174
  373. -- text size: 14
  374. -- style flags: 256
  375. -- line height: 18
  376. -- part name: HyperTalk & XCMDs
  377. ----- HyperTalk script -----
  378. -- theSource is the name of the corresponding checkbox; used by bg scr
  379. on mouseUp
  380.   global theSource
  381.   put "chkbxa6" into theSource
  382.   pass mouseUp
  383. end mouseUp
  384.  
  385.  
  386. -- part 20 (button)
  387. -- low flags: 00
  388. -- high flags: C001
  389. -- rect: left=290 top=238 right=261 bottom=450
  390. -- title width / last selected line: 0
  391. -- icon id / first selected line: 0 / 0
  392. -- text alignment: 1
  393. -- font id: 174
  394. -- text size: 14
  395. -- style flags: 256
  396. -- line height: 18
  397. -- part name: Custom Menus
  398. ----- HyperTalk script -----
  399. -- theSource is the name of the corresponding checkbox; used by bg scr
  400. on mouseUp
  401.   global theSource
  402.   put "chkbxa7" into theSource
  403.   pass mouseUp
  404. end mouseUp
  405.  
  406.  
  407. -- part 21 (button)
  408. -- low flags: 00
  409. -- high flags: C001
  410. -- rect: left=290 top=263 right=286 bottom=450
  411. -- title width / last selected line: 0
  412. -- icon id / first selected line: 0 / 0
  413. -- text alignment: 1
  414. -- font id: 174
  415. -- text size: 14
  416. -- style flags: 256
  417. -- line height: 18
  418. -- part name: Other Goodies
  419. ----- HyperTalk script -----
  420. -- theSource is the name of the corresponding checkbox; used by bg scr
  421. on mouseUp
  422.   global theSource
  423.   put "chkbxa8" into theSource
  424.   pass mouseUp
  425. end mouseUp
  426.  
  427.  
  428. -- part 22 (button)
  429. -- low flags: 00
  430. -- high flags: C001
  431. -- rect: left=290 top=288 right=311 bottom=450
  432. -- title width / last selected line: 0
  433. -- icon id / first selected line: 0 / 0
  434. -- text alignment: 1
  435. -- font id: 174
  436. -- text size: 14
  437. -- style flags: 256
  438. -- line height: 18
  439. -- part name: Self-Assessment
  440. ----- HyperTalk script -----
  441. -- theSource is the name of the corresponding checkbox; used by bg scr
  442. on mouseUp
  443.   global theSource
  444.   put "chkbxa9" into theSource
  445.   pass mouseUp
  446. end mouseUp
  447.  
  448.  
  449. -- part 23 (button)
  450. -- low flags: 00
  451. -- high flags: 0000
  452. -- rect: left=58 top=88 right=126 bottom=235
  453. -- title width / last selected line: 0
  454. -- icon id / first selected line: 0 / 0
  455. -- text alignment: 1
  456. -- font id: 0
  457. -- text size: 12
  458. -- style flags: 0
  459. -- line height: 16
  460. -- part name: Submenu 1
  461. ----- HyperTalk script -----
  462. -- "checkA" is in the bg script
  463. on mouseUp
  464.   checkA
  465. end mouseUp
  466.  
  467.  
  468.  
  469. -- part 24 (button)
  470. -- low flags: 00
  471. -- high flags: 0000
  472. -- rect: left=58 top=206 right=244 bottom=235
  473. -- title width / last selected line: 0
  474. -- icon id / first selected line: 0 / 0
  475. -- text alignment: 1
  476. -- font id: 0
  477. -- text size: 12
  478. -- style flags: 0
  479. -- line height: 16
  480. -- part name: Submenu 1
  481. ----- HyperTalk script -----
  482. -- "checkB" is in the bg script
  483. on mouseUp
  484.   checkB
  485. end mouseUp
  486.  
  487.  
  488.  
  489. -- part 26 (button)
  490. -- low flags: 00
  491. -- high flags: 2000
  492. -- rect: left=474 top=195 right=224 bottom=506
  493. -- title width / last selected line: 0
  494. -- icon id / first selected line: 24471 / 24471
  495. -- text alignment: 1
  496. -- font id: 0
  497. -- text size: 12
  498. -- style flags: 0
  499. -- line height: 16
  500. -- part name: MapBtn
  501. ----- HyperTalk script -----
  502. -- Go to the Map stack.  "CameFrom" holds the name of this cd
  503. -- so the Map can hilite the cd the user came from.
  504. on mouseUp
  505.   global DisSpeed, CameFrom, MapMode
  506.   set the hilite of me to true
  507.   lock Screen
  508.   set the hilite of me to false
  509.   put "Section 2:" into CameFrom
  510.   visual DisSpeed
  511.   if MapMode is "graph" then
  512.     go stack "‚Ä¢HC 2.0-3"
  513.     HiliteMap
  514.   else
  515.     go to cd "indexMap" of stack "‚Ä¢HC 2.0-3"
  516.   end if
  517.   unlock screen with DisSpeed
  518. end mouseUp
  519.  
  520.  
  521.  
  522. -- part contents for background part 11
  523. ----- text -----
  524. Click on an option below.
  525.  
  526. -- part contents for background part 1
  527. ----- text -----
  528. Nuts & Bolts Menu
  529.  
  530. -- part contents for card part 1
  531. ----- text -----
  532. Click these options to learn about the features added with HyperCard 2.0.